Skip to main content

RelFromH

The possible values for the base which the relative horizontal positioning of an object will be calculated from.

Type

Enumeration

Values

  • "character"
  • "column"
  • "leftMargin"
  • "rightMargin"
  • "margin"
  • "page"

Example

This example sets horizontal aligment for a drawing object

drawing.SetHorAlign("page", "center");